home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TCUSTOMDICTIONARIESDIALOG / TCUSTOMDICTIONARIESDIALOG.txt
Encoding:
Text File  |  2005-02-07  |  2.9 KB  |  128 lines

  1. object CustomDictionariesDialog: TCustomDictionariesDialog
  2.   Left = 251
  3.   Top = 272
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxDictionaries'
  7.   ClientHeight = 206
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   DesignSize = (
  16.     312
  17.     206)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OK: TMMTNTBItBtn
  21.     Left = 230
  22.     Top = 176
  23.     Width = 75
  24.     Height = 23
  25.     Anchors = [akLeft, akBottom]
  26.     Caption = 'xxOK'
  27.     Default = True
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBtnText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ModalResult = 1
  34.     ParentFont = False
  35.     TabOrder = 2
  36.   end
  37.   object CustomGroup: TTntGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 297
  41.     Height = 161
  42.     Caption = ' xxCustom Dictionaries: '
  43.     TabOrder = 0
  44.     object CustomDictionaries: TTntListView
  45.       Left = 8
  46.       Top = 16
  47.       Width = 201
  48.       Height = 137
  49.       Checkboxes = True
  50.       Columns = <
  51.         item
  52.           AutoSize = True
  53.           Caption = 'Filename'
  54.         end>
  55.       ColumnClick = False
  56.       HideSelection = False
  57.       ShowColumnHeaders = False
  58.       TabOrder = 0
  59.       ViewStyle = vsReport
  60.       OnChange = CustomDictionariesChange
  61.       OnDeletion = CustomDictionariesDeletion
  62.       OnEdited = CustomDictionariesEdited
  63.       OnEditing = CustomDictionariesEditing
  64.       OnSelectItem = CustomDictionariesSelectItem
  65.     end
  66.     object NewButton: TMMTNTBItBtn
  67.       Left = 214
  68.       Top = 70
  69.       Width = 75
  70.       Height = 23
  71.       Caption = 'xxNew'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBtnText
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       TabOrder = 3
  79.       OnClick = NewButtonClick
  80.     end
  81.     object DeleteButton: TMMTNTBItBtn
  82.       Left = 214
  83.       Top = 43
  84.       Width = 75
  85.       Height = 23
  86.       Caption = 'xxDelete'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBtnText
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       TabOrder = 2
  94.       OnClick = DeleteButtonClick
  95.     end
  96.     object EditButton: TMMTNTBItBtn
  97.       Left = 214
  98.       Top = 16
  99.       Width = 75
  100.       Height = 23
  101.       Caption = 'xxEdit'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clBtnText
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 1
  109.       OnClick = EditButtonClick
  110.     end
  111.   end
  112.   object HelpButton: TMMTNTBItBtn
  113.     Left = 149
  114.     Top = 176
  115.     Width = 75
  116.     Height = 23
  117.     Caption = 'xxHelp'
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clBtnText
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 1
  125.     OnClick = HelpButtonClick
  126.   end
  127. end
  128.